home *** CD-ROM | disk | FTP | other *** search
- @echo off
- echo To install the Virtus WalkThrough Special Edition
- echo run: INST.BAT [Destination Drive], (i.e. INST.BAT C)
- echo ...
- echo If you did not specify a "Destination Drive,"
- echo press Ctrl+C and run INST.BAT with a Destination
- echo Drive letter.
- echo ...
- echo If you DID specify a Destination Drive letter...
- pause
- virtus.exe -d %1:\
- echo Virtus WalkThrough Special Edition has been installed
- echo to %1 Drive. To run Virtus WalkThrough Special Edition,
- echo from File Manager find the %1:\VIRTUS directory and
- echo double-click on the VWALK_SE.EXE file with your mouse.
- echo ...
- echo See your Windows manual on how to creatr a program group
- echo and icon.
- echo .
- pause
-